-
Notifications
You must be signed in to change notification settings - Fork 197
MCLOUD-5818: Fix for composer running out of memory in container #197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Merge head repo to base repo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @shiftedreality. Having this adjustable in docker-compose.yml or the Dockerfile would be ideal.
|
I suppose it is fair to say that if we are setting a default in the
containers, we should expose it in the Dockerfile so that it can be used
from docker commands easily.
If we had a styleguide, this would be a good rule it seems. Thanks for the
feedback @michaelcasey316 and @shiftedreality
<https://github.com/shiftedreality>.
…On Thu, Apr 16, 2020 at 11:55 AM Michael Casey ***@***.***> wrote:
***@***.**** requested changes on this pull request.
I agree with @shiftedreality <https://github.com/shiftedreality>. Having
this adjustable in docker-compose.yml or the Dockerfile would be ideal.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#197 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAA6NE54M4ZLLNS6BVIJ2W3RM4S5LANCNFSM4MIPMCKA>
.
|
|
@shiftedreality Requested changes are implemented. |
|
@shiftedreality Now only the composer memory limit is set as environment variable without any ini file changes. |
|
@shiftedreality Maybe make sense to merge this PR first #198 and update current PR? Otherwise we should create task task to update COMPOSER_MEMORY_LIMIT -1 for php 7.4 or fix memory limit in PR with php 7.4 image. |
|
Approved |
Description
MCLOUD-5818 :
This fixes composer running out of memory when installing multiple packages through cloud docker
Fixed Issues (if relevant)
Contribution checklist